home *** CD-ROM | disk | FTP | other *** search
/ Aminet 51 / Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso / Aminet / util / libs / zlib-library.readme < prev   
Encoding:
Text File  |  2002-07-07  |  1.3 KB  |  37 lines

  1. Short:    Shared library for zlib-(de)compression (68k/WOS)
  2. Author:   achimste@gmx.de (Achim Stegemann)
  3. Uploader: achimste@gmx.de (Achim Stegemann)
  4. Version:  3.0b
  5. Type:     util/libs
  6.  
  7. Requires minimum an MC68020.
  8.  
  9. Purpose:
  10. Many programmers would like to implement zlib-compression features to their
  11. application, but this may not be as easy for beginners. The source-code for zlib
  12. can be found on many servers, but you have to implement the code on your own.
  13. This is the first shared zlib-library for the Amiga that supports the PowerPC !!
  14.  
  15. Support:
  16. The library has been compiled from the latest zlib-version 1.1.3.
  17. It supports 68k and PPC (WarpOS !!) in one library !
  18.  
  19. Copyright:
  20. The zlib compression technique is copyrighted by Jean-Loup Gailly and Mark Adler.
  21. This library is based on their code.
  22.  
  23. Sorry folks, but MorphOS and PowerUP is NOT supported !
  24.  
  25. This library is FREEWARE, so use it as you like it !!
  26.  
  27. The archive contains developer stuff for C-programmers for the StormC-compiler.
  28.  
  29. Please send bugreports to the email above.
  30.  
  31. Also visit http://soft-ware.de/dalmanac for more information about the zlib.library.
  32.  
  33. Changes since V3.0:
  34. * Bug in zlib.fd. Wrong parameter description in one function.
  35.   Replaced pragma file with one suitable for more compilers.
  36.   Replaced linker lib.
  37.